home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 19
/
Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso
/
Aminet
/
gfx
/
board
/
rtgmasdev.lha
/
demos
/
mandel
/
mandelasm.a
< prev
next >
Wrap
Text File
|
1997-03-24
|
198b
|
12 lines
XDEF _MouseButton
_MouseButton:
btst #6,$bfe001 ; Ugly direct hardware hit!!!
beq mb_set
moveq #0,d0
bra mb_exit
mb_set:
moveq #1,d0
mb_exit:
rts
END